home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 34
/
Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso
/
Aminet
/
comm
/
irc
/
cybershiela.lha
/
cs
/
cs_sick.amirx
< prev
next >
Wrap
Text File
|
1999-07-18
|
667b
|
19 lines
/* CyberShiela MultiResponse File */
nick=getclip('NICK')
xx=random(1,5,time('s'))
select
when xx=1 then a="Why ya feeling sick $1?"
when xx=2 then a="Oh no..$1 is contageous.. Everyone watch out!"
when xx=3 then a="Hope you feeling better soon $1."
when xx=4 then a="If you quit eating peoples shit, you wouldn't get so sick $1."
when xx=5 then a="Yeah you are sick $1."
end
modif:
user=nick
old=a
m=length(user);temp=a;x=pos("$1",temp);if x~=0 then do;temp2 = delstr(temp,x,2);old = insert(user,temp2,x-1,m," ");end
temp=old;m=length(channam);x=pos("$chan",temp);if x~=0 then do;temp2 = delstr(temp,x,5);old = insert(channam,temp2,x-1,m," ");end
a=old
'say 'A
exit